home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Libris Britannia 4
/
science library(b).zip
/
science library(b)
/
SECURITY
/
0058.ZIP
/
PC-MENU.151
< prev
next >
Wrap
Text File
|
1984-02-09
|
2KB
|
49 lines
1000 REM
1010 REM
1020 REM <<<< P C - M E N U >>>>
1030 REM
1040 REM * * * * * * * * * * * * * * *
1050 REM * *
1060 REM * COPYRIGHT in the Public *
1070 REM * Domain in 1984 by *
1080 REM * Richard N. Colvard *
1090 REM * *
1100 REM * For IBM Personal Computer *
1110 REM * *
1120 REM * * * * * * * * * * * * * * *
1130 REM
1140 REM
1150 CLS
1160 PRINT " -------> PC Security by Encipherment <------- "
1170 PRINT " "
1180 PRINT " "
1190 PRINT " Options: IBM PC-DOS 8 0 8 8 Version "
1200 PRINT " "
1210 PRINT " (1) SuperEncipherment of Binary Files "
1220 PRINT " resulting in Binary files. This data "
1230 PRINT " will contain non-printable characters. "
1240 PRINT " This may be used to encode/decode "
1250 PRINT " binary data. Reads only FILES by sectors. "
1260 PRINT " "
1270 PRINT " (2) SuperEncipherment of Printable data "
1280 PRINT " input from files or Console. The "
1290 PRINT " output code is printable and line- "
1300 PRINT " oriented; using variable lines based "
1310 PRINT " on carriage returns/line feeds <CR> "
1320 PRINT " "
1330 PRINT " (3) Documentation/Help screen "
1340 PRINT " "
1350 PRINT " (9) - - - EXIT / STOP / END of Menu "
1360 PRINT " "
1370 INPUT " Enter Which Option NUMBER ====> ";O%
1380 REM
1390 IF O%=1 THEN CHAIN "PC-CODE1.EXE"
1400 IF O%=2 THEN CHAIN "PC-CODE2.EXE"
1410 IF O%=3 THEN CHAIN "PC-HELP.EXE"
1420 CLS
1430 END
THEN CHAIN "PC-CODE1.EXE"
1400 IF O%=2 THEN CHAIN "PC-CODE2.EXE"
1410 IF O%=3 THEN CHAIN "PC-HELP.EXE"
1420 CLS
1430 END